(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:38:11 +0000 (18:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:38:11 +0000 (18:38 +0000)
(HAVE_RANDOM): Defined.

src/s/hpux8.h

index c1d3944a0a701fd8a08ed7c5b23d40b95ae8e226..b79a001c5f601a48c9c3f57a65f1ac44365673fb 100644 (file)
@@ -15,7 +15,7 @@
    Note GCC automatically passes -a archive to ld, and it has its own
    conflicting -a.  */
 #ifdef __GNUC__
-#define LD_SWITCH_SYSTEM  -L/usr/lib/X11R4
+#define LD_SWITCH_SYSTEM  -L/usr/lib/X11R4 -static
 
 /* No need to specify roundabout way of linking temacs.  */
 #define ORDINARY_LINK
@@ -29,3 +29,5 @@
 /* Some hpux 8 machines seem to have TIOCGWINSZ,
    and none have sioctl.h, so might as well define this.  */
 #define NO_SIOCTL_H
+
+#define HAVE_RANDOM